home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / jogos / monkey / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-02  |  872 b   |  25 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Monkey Tennis
  4. AppVerName=Monkey Tennis
  5. AppId=Monkey Tennis
  6. DefaultDirName={pf}\Monkey Tennis
  7. DefaultGroupName=Monkey Tennis
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\DIV32RUN.DLL"; DestDir: "{app}"; 
  16. Source: "{app}\FNT32.FNT"; DestDir: "{app}"; 
  17. Source: "{app}\FNT64.FNT"; DestDir: "{app}"; 
  18. Source: "{app}\monk.ico"; DestDir: "{app}"; 
  19. Source: "{app}\TENNIS.EXE"; DestDir: "{app}"; 
  20. Source: "{app}\COURT1.FPG"; DestDir: "{app}"; 
  21. [Run]
  22. Filename: "{app}\TENNIS.EXE"; Description: "Executar o programa"; Flags: postinstall nowait
  23. [Icons]
  24. Name: "{group}\Monkey Tennis"; Filename: "{app}\TENNIS.EXE"; IconFilename: "{app}\monk.ico"; 
  25.